home *** CD-ROM | disk | FTP | other *** search
- ;---------------------------------------;
- ; ZAPCODE Printer Make File (PMF) ;
- ; for the Star 10/15 printer. ;
- ; ;
- ; (C) Copyright 1990 Robert L. Morton ;
- ; All Rights Reserved ;
- ;---------------------------------------;
-
- PRINTER = "Star 10/15: Emulation Star"
- RESET = 27,64
-
- NAME = "Line Feed"
- DESC = "Advance paper to the next line."
- CODES = 10
-
- NAME = "Form Feed"
- DESC = "Advance paper to the top of the"
- "next page."
- CODES = 12
-
- NAME = "Reverse Line Feed"
- DESC = "Advance paper in the reverse"
- "direction to the preceding line."
- CODES = 27,10
-
- NAME = "Reverse Form Feed"
- DESC = "Advance paper in the reverse"
- "direction to the top of the"
- "previous page."
- CODES = 27,12
-
- NAME = "Italics ON"
- DESC = "Activate italics print. Characters"
- "are slanted to the right."
- CODES = 27,52
-
- NAME = "Italics OFF"
- DESC = "Deactivate italics print."
- CODES = 27,53
-
- NAME = "Near Letter Quality ON"
- DESC = "Activate Near Letter Quality (NLQ)"
- "printing. Characters printed in NLQ"
- "are crisper and more like the"
- "characters produced by a type-"
- "writer."
- CODES = 27,66,4
-
- NAME = "Near Letter Quality OFF"
- DESC = "Deactivate Near Letter Quality"
- "(NLQ) printing. Characters are"
- "printed in draft mode."
- CODES = 27,66,5
-
- NAME = "Select 10 CPI (Pica)"
- DESC = "Activate 10 characters per inch"
- "(cpi) printing."
- CODES = 27,66,1
-
- NAME = "Select 12 CPI (Elite)"
- DESC = "Activate 12 characters per inch"
- "(cpi) printing."
- CODES = 27,66,2
-
- NAME = "Select 17 CPI (Condensed)"
- DESC = "Activate 17 characters per inch"
- "(cpi) printing."
- CODES = 27,66,3
-
- NAME = "Proportional Spacing ON"
- DESC = "Activate proportional spacing."
- "Spacing between letters is adjusted"
- "to compensate for the varying"
- "widths of individual characters."
- CODES = 27,112,1
-
- NAME = "Proportional Spacing OFF"
- DESC = "Deactivate proportional spacing."
- CODES = 27,112,0,0
-
- NAME = "Expanded ON"
- DESC = "Activate expanded print."
- "Characters are printed twice their"
- "normal width."
- CODES = 27,87,1
-
- NAME = "Expanded OFF"
- DESC = "Deactivate expanded print."
- "Characters are printed their normal"
- "width."
- CODES = 27,87,0,0
-
- NAME = "Double-Strike ON"
- DESC = "Activate double-strike print."
- "Characters are printed twice. The"
- "second time, character is offset"
- "vertically."
- CODES = 27,71
-
- NAME = "Double-Strike OFF"
- DESC = "Deactivate double-strike print."
- CODES = 27,72
-
- NAME = "Emphasized ON"
- DESC = "Activate emphasized print."
- "Characters are printed twice. The"
- "second time, character is offset"
- "horizontally."
- CODES = 27,69
-
- NAME = "Emphasized OFF"
- DESC = "Deactivate emphasized print."
- CODES = 27,70
-
- NAME = "Underline ON"
- DESC = "Activate underline print."
- "Characters, including the space,"
- "are underscored."
- CODES = 27,45,1
-
- NAME = "Underline OFF"
- DESC = "Deactivate underline print."
- CODES = 27,45,0,0
-
- NAME = "Superscript ON"
- DESC = "Activate superscript print."
- "Characters are printed at an offset"
- "above the normal print line."
- CODES = 27,83,0,0
-
- NAME = "Superscript OFF"
- DESC = "Deactivate superscript print."
- CODES = 27,84
-
- NAME = "Subscript ON"
- DESC = "Activate subscript print."
- "Characters are printed at an offset"
- "below the normal print line."
- CODES = 27,83,1
-
- NAME = "Subscript OFF"
- DESC = "Deactivate subscript print."
- CODES = 27,84
-
- NAME = "Slashed Zero ON"
- DESC = "Activate slashed zero printing."
- "The zero character is printed with"
- "a slash through it."
- CODES = 27,92,1
-
- NAME = "Slashed Zero OFF"
- DESC = "Deactivate slashed zero printing."
- CODES = 27,92,0,0
-
- NAME = "Paper-Out Detector ON"
- DESC = "Activate the paper-out detector."
- "The printer stops printing until"
- "paper is inserted and the printer"
- "is reset."
- CODES = 27,57
-
- NAME = "Paper-Out Detector OFF"
- DESC = "Deactivate the paper-out detector."
- "The printer ignores an out-of-paper"
- "condition and continues printing."
- CODES = 27,56
-
- NAME = "Printer Bell ON"
- DESC = "Activate printer bell. Printer"
- "recognizes and sounds the bell when"
- "the corresponding character is"
- "sent."
- CODES = 27,89,1
-
- NAME = "Printer Bell OFF"
- DESC = "Deactivate printer bell. Printer"
- "ignores the command to sound the"
- "bell."
- CODES = 27,89,0,0
-
- NAME = "Sound Printer Bell"
- DESC = "Sounds the printer bell."
- CODES = 7
-
- NAME = "Set Line Spacing 1/8"""
- DESC = "Set line spacing to 1/8 of an inch."
- CODES = 27,48
-
- NAME = "Set Line Spacing 7/72"""
- DESC = "Set line spacing to 7/72 of an"
- "inch."
- CODES = 27,49
-
- NAME = "Set Line Spacing 1/6"""
- DESC = "Set line spacing to 1/6 of an inch."
- CODES = 27,50
-
- NAME = "Set Line Spacing n/216"""
- DESC = "Set line spacing in any increment"
- "of 216ths of an inch."
- CODES = 27,51,0
- "Enter new line spacing in"
- "increments of 216ths of an inch."
- " "
- "Range: 0 to 255 decimal."
- " "
- "Example: Entering 108 (decimal)"
- "would set line spacing at 108/216""."
- 0
-
- NAME = "Set Form Length In Inches"
- DESC = "Set the current form length in"
- "inches."
- CODES = 27,67,0,0,0
- "Enter number of inches to set the"
- "current form length."
- " "
- "Range: 1 to 32 decimal."
- " "
- "Example: Entering 11 (decimal)"
- "would set the current form length"
- "to 11 inches."
- 0
-
- NAME = "Set Form Length In Lines"
- DESC = "Set the current form length in"
- "lines."
- CODES = 27,67,0
- "Enter number of lines to set the"
- "current form length."
- " "
- "Range: 1 to 127 decimal."
- " "
- "Example: Entering 68 (decimal)"
- "would set the current form length"
- "to 68 lines."
- 0
-
- NAME = "Set Left Margin"
- DESC = "Set the left margin."
- CODES = 27,77,0
- "Enter character column position in"
- "which to set the left margin."
- " "
- "Range: 0 to 255 decimal."
- " "
- "Example: Entering 15 (decimal)"
- "while printer is in 10 cpi, would"
- "set the left margin at 1 1/2""."
- 0
-
- NAME = "Set Right Margin"
- DESC = "Set the right margin."
- CODES = 27,81,0
- "Enter character column position in"
- "which to set the right margin."
- " "
- "Range: 1 to 255 decimal."
- " "
- "Example: Entering 80 (decimal)"
- "while printer is in 10 cpi, would"
- "set right margin at 8""."
- 0
-
- NAME = "Set Top Margin"
- DESC = "Set the number of lines to skip at"
- "the top of the page."
- CODES = 27,82,0
- "Please enter number of lines +1 to"
- "skip at the top of the page in"
- "decimal:"
- " "
- "Range: 1 to 16 decimal."
- " "
- "Example: Entering 4 sets printer to"
- "skip 3 lines at the top. See your"
- "manual for explanation of why you"
- "must add 1."
- 0
-
- NAME = "Set Bottom Margin"
- DESC = "Set the number of lines to skip at"
- "the bottom of the page."
- CODES = 27,78,0
- "Please enter number of lines to"
- "skip at the bottom of the page in"
- "decimal:"
- " "
- "Range: 1 to 127 decimal."
- " "
- "Example: Entering 6 sets 6 lines to"
- "skip at the bottom of the page."
- 0
-
- NAME = "Cancel Top/Bottom Margin"
- DESC = "Cancels the top and bottom margins."
- CODES = 27,79
-
- NAME = "Unidirectional ON"
- DESC = "Print from left to right only."
- CODES = 27,85,1
-
- NAME = "Unidirectional OFF"
- DESC = "Print from both left to right and"
- "right to left."
- CODES = 27,85,0,0
-
- NAME = "Select International Character Set"
- DESC = "Select the character set (language)"
- "to be used."
- CODES = 27,55,0
- "Please select character set to be"
- "used by entering one of the"
- "following decimal values:"
- " "
- "Value Character Set"
- "----- -------------"
- " 0 U.S.A."
- " 1 France"
- " 2 Germany"
- " 3 England"
- " 4 Denmark"
- " 5 Sweden"
- " 6 Italy"
- " 7 Spain"
- " "
- "Example: Entering 2 selects the"
- "German character set."
- 0
-
-